projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
57fc68c
e97f465
)
auto merge of #285 : alexcrichton/cargo/fix-cargo-doc, r=wycats
author
bors
<bors@rust-lang.org>
Tue, 29 Jul 2014 21:14:29 +0000
(21:14 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 29 Jul 2014 21:14:29 +0000
(21:14 +0000)
The existing rustdoc behavior for working with an already-present directory is
good enough, so there's no need for cargo to help out by blowing things away.
This also makes the copy-back portion easier by just not having it.
Closes #284
Trivial merge